home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Personal Computer World 2009 February
/
PCWFEB09.iso
/
Software
/
Resources
/
Chat & Communication
/
Digsby build 37
/
digsby_setup.exe
/
lib
/
util
/
urlhandler.pyo
(
.txt
)
< prev
next >
Wrap
Python Compiled Bytecode
|
2008-10-13
|
654b
|
15 lines
# Source Generated with Decompyle++
# File: in.pyo (Python 2.5)
import wx
from logging import getLogger
log = getLogger('urlhandler')
info = log.info
if 'wxMSW' in wx.PlatformInfo:
def register_protocol(protocol):
key = _winreg.OpenKeyEx(_winreg.HKEY_CURRENT_USER, 'HKEY_CLASSES_ROOT\\%s' % protocol, 0, _winreg.KEY_ALL_ACCESS)
else:
log.warning('No URL handling implementation for this platform.')